- request
Request request;
Undocumented in source.
- middlewares
IMiddleware[] middlewares;
called before all actions
- _view
View _view;
Undocumented in source.
- session
session [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- response
response [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- before
bool before()
called before action return true is continue false is finish
- after
bool after()
called after action return true is continue false is finish
- addMiddleware
bool addMiddleware(IMiddleware m)
add middleware
return true is ok, the named middleware is already exist return false
- getMiddlewares
IMiddleware[] getMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.
- view
View view [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- cache
UCache cache [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- cacheManger
cacheManger [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
- show
alias show = render
Undocumented in source.
- done
void done()
Undocumented in source. Be warned that the author may not have intended to support it.
- doMiddleware
bool doMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
- isAsync
bool isAsync [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.